From 0084837b3e57d40837e487f9792e2d7daded1bd2 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 29 Apr 2003 17:14:24 +0000 Subject: [PATCH] Rm *.d's in subdirs, too. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@351 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 3a8b962da..c0e429571 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -51,7 +51,7 @@ leaktest: tools/memdebug | grep -v '^command line:' dep: - make clean && make CC="gcc -MMD" && cat *.d */*.d > /tmp/dep && rm *.d + make clean && make CC="gcc -MMD" && cat *.d */*.d > /tmp/dep && rm *.d */*.d (echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e "\t./mkstyle.sh > internal_styles.c" ) >> /tmp/dep echo Edit Makefile and bring in /tmp/dep -- 2.30.2